home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
05
/
6
/
DISK0564.ZIP
/
SOURCE.ARC
/
B.ARC
/
ASCII.H
next >
Wrap
Text File
|
1986-03-11
|
320b
|
17 lines
#define EOS '\000'
#define SOH '\001'
#define EOT '\004'
#define CTRLE '\005'
#define ACK '\006'
#define BEL '\007'
#define BKS '\010'
#define TAB '\011'
#define LF '\013'
#define CR '\015'
#define NAK '\025'
#define CAN '\030'
#define ESC '\033'
#define SPACE ' '
#define NL '\n'
#define NEWLINE '\n'